Skip to content

Commit

Permalink
Disabled ldh:MissingParent/ldh:MissingContainer constraints (`sio…
Browse files Browse the repository at this point in the history
…c:has_parent`/`sioc:has_container` properties are now added automatically)
  • Loading branch information
namedgraph committed Nov 2, 2023
1 parent efd463c commit 0709cc4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/com/atomgraph/linkeddatahub/ldh.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -448,8 +448,8 @@ ac:ChartMode a ac:Mode, ac:ContainerMode ;

# https://www.w3.org/ns/ldt/document-hierarchy

dh:Item spin:constructor :TitleConstructor, :DescriptionConstructor, :PrimaryTopicConstructor, :ContentConstructor ;
spin:constraint :MissingContainer .
dh:Item spin:constructor :TitleConstructor, :DescriptionConstructor, :PrimaryTopicConstructor, :ContentConstructor .
# spin:constraint :MissingContainer .

:PrimaryTopicConstructor a :Constructor ;
rdfs:label "Primary topic constructor" ;
Expand Down Expand Up @@ -521,8 +521,8 @@ dh:Item spin:constructor :TitleConstructor, :DescriptionConstructor, :PrimaryTop
sp:arg1 sioc:has_container ;
rdfs:isDefinedBy : .

dh:Container spin:constructor :TitleConstructor, :DescriptionConstructor, :PrimaryTopicConstructor, :ContainerContentConstructor ;
spin:constraint :MissingParent .
dh:Container spin:constructor :TitleConstructor, :DescriptionConstructor, :PrimaryTopicConstructor, :ContainerContentConstructor .
# spin:constraint :MissingParent .

:MissingParent a :MissingPropertyValue ;
rdfs:label "Missing parent" ;
Expand Down

0 comments on commit 0709cc4

Please sign in to comment.