Skip to content

Commit

Permalink
Added template for properties
Browse files Browse the repository at this point in the history
Address #85
  • Loading branch information
jonquet committed May 30, 2024
1 parent 3aa1fd2 commit feb3c33
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions mod.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,34 @@ mod:Thesaurus rdf:type owl:Class ;
# MOD Properties (sorted as in GSheet working document)
#################################################################


#################################################################
# Pattern to respect for each MOD properties
#################################################################
#
#### PropertyURI
#originalns:xx rdf:type rdf:Property ;
# rdfs:subPropertyOf SUPER PROPERTY IF ANY
# rdfs:label ""@en ,
# ""@fr ;
# rdfs:domain DOMAIN INFO IF ANY
# rdfs:range RANGE INFO IF ANY
# dcterms:description DESCCRIPTION FROM ORIGINAL SOURCE ;
# rdfs:isDefinedBy URI OF ORIGINAL SOURCE ;
# dcterms:issued "DATE OF THE FIRST CREATION OF THE PROPERTY BY ORIGINAL RESOURCE"^^xsd:date ;
# owl:equivalentProperty RELATED PROPERTY IN ANOTHER METADATA (not owl:equivalentProperty);
# pav:derivedFrom URI OF FIRST MOD VERSION INCLUDING" ;
# pav:importedOn "DATE OF FIRST MOD VERSION INCLUDING"^^xsd:date ;
#
# #OPTIONAL STATEMENTS
# prov:wasInfluencedBy "MIRO guidelines: ...." ,
# "FAIR principle: F2" ,
# "FAIRsFAIR profile: MANDATORY / RECOMMENDED" .
# #OTHER ORIGINAL STATEMENTS IF ANY
#
#################################################################


##########################################
########## Intrinsic properties ##########
##########################################
Expand Down

0 comments on commit feb3c33

Please sign in to comment.