nfdi4objects / n4o-import

N4O Graph import workflow
1 stars 0 forks source link

CRM in RDF: require URIs to be URIs instead of E42 #10

Closed nichtich closed 1 month ago

nichtich commented 1 month ago

Use URIs to express URIs in RDF, unless provenance information about the URI is required. Instead of:

some:entity crm:P1_is_identified_by [ a crm:E42_Identifier ;  crm:P90_has_value "http://example.org/" ] .

state

some:entity crm:P1_is_identified_by <http://example.org/> .
nichtich commented 1 month ago

Moved to https://github.com/nfdi4objects/crm-rdf-ap