sub:assertion {
dct:description rdfs:label "can be described as follows: - gives a thing (left) a human-readable description (right)" .
sub:assertion a nt:AssertionTemplate ;
rdfs:label "Introducing a Digital Object Type (new ID)" ;
nt:hasStatement sub:st0 ,
sub:st2 ,
sub:st3 ,
sub:st3b ,
sub:st4 ,
sub:st5 ;
nt:hasTag "FAIR" .
sub:description a nt:LongLiteralPlaceholder ;
rdfs:label "description of the Digital Object Type or Methodology" .
sub:descriptionSource a nt:ExternalUriPlaceholder ;
rdfs:label "the source of the description above" .
sub:mappedResource a nt:ExternalUriPlaceholder ;
rdfs:label "the identifier of the related resource" .
sub:mappingPredicate a nt:RestrictedChoicePlaceholder ;
rdfs:label "choose mapping relation" ;
nt:possibleValue <
http://www.w3.org/2004/02/skos/core#broadMatch> , <
http://www.w3.org/2004/02/skos/core#closeMatch> , <
http://www.w3.org/2004/02/skos/core#exactMatch> , <
http://www.w3.org/2004/02/skos/core#relatedMatch> .
sub:name a nt:LiteralPlaceholder ;
rdfs:label "the name of the Digital Object Type or a Methodology" .
sub:seeAlsoLink a nt:ExternalUriPlaceholder ;
rdfs:label "a URL where more information can be found" .
sub:st0 rdf:object <
https://w3id.org/fair/fip/terms/Digital-Object-Type> ;
rdf:predicate rdf:type ;
rdf:subject sub:thing .
sub:st2 rdf:object sub:name ;
rdf:predicate rdfs:label ;
rdf:subject sub:thing .
sub:st3 rdf:object sub:description ;
rdf:predicate dct:description ;
rdf:subject sub:thing .
sub:st3b rdf:object sub:descriptionSource ;
rdf:predicate <
https://w3id.org/fair/fip/terms/has-description-source> ;
rdf:subject sub:thing ;
a nt:OptionalStatement .
sub:st4 rdf:object sub:mappedResource ;
rdf:predicate sub:mappingPredicate ;
rdf:subject sub:thing ;
a nt:OptionalStatement ,
nt:RepeatableStatement .
sub:st5 rdf:object sub:seeAlsoLink ;
rdf:predicate rdfs:seeAlso ;
rdf:subject sub:thing ;
a nt:OptionalStatement ,
nt:RepeatableStatement .
sub:thing a nt:IntroducedResource ,
nt:UriPlaceholder ;
rdfs:label "short name, used as URI suffix - the formal identifier of the Digital Object Type or a Methodology" ;
nt:hasPrefix "https://w3id.org/gff/rao/terms/" ;
nt:hasPrefixLabel "https://w3id.org/gff/rao/terms/" .
rdf:type rdfs:label "is a - asserts that the given thing (left) belongs to the given class (right)" .
rdfs:label rdfs:label "has the name - connects an identifier to a human-readable name for it" .
rdfs:seeAlso rdfs:label "is further explained at - connects an identifier to a link with further information about it" .
<
http://www.w3.org/2004/02/skos/core#broadMatch>
rdfs:label "has parent resource" .
<
http://www.w3.org/2004/02/skos/core#closeMatch>
rdfs:label "can in some situations be considered the same as" .
<
http://www.w3.org/2004/02/skos/core#exactMatch>
rdfs:label "is (almost) exactly the same as" .
<
http://www.w3.org/2004/02/skos/core#relatedMatch>
rdfs:label "is related to - links this identifier to other related existing identifiers" , "is related to" .
<
https://w3id.org/fair/fip/terms/Digital-Object-Type>
rdfs:label "Digital Object Type" .
<
https://w3id.org/fair/fip/terms/has-description-source>
rdfs:label "has the description source" .
}