Skip to content

Commit

Permalink
Sync triples with database [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Sync bot committed Jan 24, 2025
1 parent 27e90e8 commit cf3e4a6
Showing 1 changed file with 63 additions and 63 deletions.
126 changes: 63 additions & 63 deletions idorg-ontology/idorg-ontology-materialized.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -4051,8 +4051,8 @@
</rdf:Description>

<rdf:Description rdf:about="http://identifiers.org/idot/Registry">
<page xmlns="http://xmlns.com/foaf/0.1/" rdf:resource="https://docs.identifiers.org"/>
<page xmlns="http://xmlns.com/foaf/0.1/" rdf:resource="http://identifiers.org"/>
<page xmlns="http://xmlns.com/foaf/0.1/" rdf:resource="https://docs.identifiers.org"/>
</rdf:Description>

<rdf:Description rdf:about="http://identifiers.org/miriam.resource:MIR%3A00100009">
Expand Down Expand Up @@ -19619,10 +19619,6 @@ ICE supports the following: (i) Data integration: brings together available data
<deprecationDate xmlns="http://identifiers.org/idot/" rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2024-05-31T15:27:28.981</deprecationDate>
</rdf:Description>

<rdf:Description rdf:about="http://identifiers.org/idot/eq7">
<rdf:type rdf:resource="http://www.w3.org/ns/shacl#SPARQLExecutable"/>
</rdf:Description>

<rdf:Description rdf:about="http://identifiers.org/idot/eq5">
<rdf:type rdf:resource="http://www.w3.org/ns/shacl#SPARQLExecutable"/>
</rdf:Description>
Expand All @@ -19631,19 +19627,23 @@ ICE supports the following: (i) Data integration: brings together available data
<rdf:type rdf:resource="http://www.w3.org/ns/shacl#SPARQLExecutable"/>
</rdf:Description>

<rdf:Description rdf:about="http://identifiers.org/idot/eq6">
<rdf:Description rdf:about="http://identifiers.org/idot/eq7">
<rdf:type rdf:resource="http://www.w3.org/ns/shacl#SPARQLExecutable"/>
</rdf:Description>

<rdf:Description rdf:about="http://identifiers.org/idot/eq4">
<rdf:Description rdf:about="http://identifiers.org/idot/eq2">
<rdf:type rdf:resource="http://www.w3.org/ns/shacl#SPARQLExecutable"/>
</rdf:Description>

<rdf:Description rdf:about="http://identifiers.org/idot/eq3">
<rdf:type rdf:resource="http://www.w3.org/ns/shacl#SPARQLExecutable"/>
</rdf:Description>

<rdf:Description rdf:about="http://identifiers.org/idot/eq2">
<rdf:Description rdf:about="http://identifiers.org/idot/eq4">
<rdf:type rdf:resource="http://www.w3.org/ns/shacl#SPARQLExecutable"/>
</rdf:Description>

<rdf:Description rdf:about="http://identifiers.org/idot/eq6">
<rdf:type rdf:resource="http://www.w3.org/ns/shacl#SPARQLExecutable"/>
</rdf:Description>

Expand Down Expand Up @@ -20497,13 +20497,17 @@ ICE supports the following: (i) Data integration: brings together available data
<dataset xmlns="http://www.w3.org/ns/dcat#" rdf:resource="http://identifiers.org/zinc"/>
</rdf:Description>

<rdf:Description rdf:about="http://identifiers.org/idot/eq3">
<select xmlns="http://www.w3.org/ns/shacl#">PREFIX owl: &lt;http://www.w3.org/2002/07/owl#&gt;
SELECT ?target
FROM &lt;id:active&gt;
<rdf:Description rdf:about="http://identifiers.org/idot/eq5">
<select xmlns="http://www.w3.org/ns/shacl#">PREFIX idot: &lt;http://identifiers.org/idot/&gt;
PREFIX dcterms: &lt;http://purl.org/dc/terms/&gt;
SELECT ?namespace ?urlPattern
WHERE {
&lt;http://identifiers.org/uniprot:P12345&gt; owl:sameAs ?target
}</select>
?namespace a idot:Namespace ;
idot:isNamespaceOf ?resource .
?resource idot:urlPattern ?urlPattern .
}
ORDER BY ASC(?namespace)
LIMIT 10</select>
</rdf:Description>

<rdf:Description rdf:about="http://identifiers.org/idot/eq6">
Expand Down Expand Up @@ -20534,19 +20538,6 @@ SELECT * WHERE {
} LIMIT 10</select>
</rdf:Description>

<rdf:Description rdf:about="http://identifiers.org/idot/eq5">
<select xmlns="http://www.w3.org/ns/shacl#">PREFIX idot: &lt;http://identifiers.org/idot/&gt;
PREFIX dcterms: &lt;http://purl.org/dc/terms/&gt;
SELECT ?namespace ?urlPattern
WHERE {
?namespace a idot:Namespace ;
idot:isNamespaceOf ?resource .
?resource idot:urlPattern ?urlPattern .
}
ORDER BY ASC(?namespace)
LIMIT 10</select>
</rdf:Description>

<rdf:Description rdf:about="http://identifiers.org/idot/eq4">
<select xmlns="http://www.w3.org/ns/shacl#">PREFIX owl: &lt;http://www.w3.org/2002/07/owl#&gt;
PREFIX idot: &lt;http://identifiers.org/idot/&gt;
Expand All @@ -20559,6 +20550,15 @@ WHERE {
LIMIT 10</select>
</rdf:Description>

<rdf:Description rdf:about="http://identifiers.org/idot/eq3">
<select xmlns="http://www.w3.org/ns/shacl#">PREFIX owl: &lt;http://www.w3.org/2002/07/owl#&gt;
SELECT ?target
FROM &lt;id:active&gt;
WHERE {
&lt;http://identifiers.org/uniprot:P12345&gt; owl:sameAs ?target
}</select>
</rdf:Description>

<rdf:Description rdf:about="http://identifiers.org/biomodels.db">
<rdf:type rdf:resource="http://identifiers.org/idot/Namespace"/>
</rdf:Description>
Expand Down Expand Up @@ -63512,52 +63512,52 @@ LIMIT 10</select>
<landingPage xmlns="http://www.w3.org/ns/dcat#" rdf:resource="https://registry.identifiers.org"/>
</rdf:Description>

<rdf:Description rdf:about="http://identifiers.org/idot/eq5">
<comment xmlns="http://www.w3.org/2000/01/rdf-schema#">List namespaces and their url patterns</comment>
</rdf:Description>

<rdf:Description rdf:about="http://identifiers.org/idot/eq1">
<comment xmlns="http://www.w3.org/2000/01/rdf-schema#">URL resolution using owl:sameAs via our virtual triple store</comment>
</rdf:Description>

<rdf:Description rdf:about="http://identifiers.org/idot/deprecationStatement">
<comment xmlns="http://www.w3.org/2000/01/rdf-schema#" xml:lang="en">Short explanation on what cause the resource to become deprecated</comment>
</rdf:Description>

<rdf:Description rdf:about="http://identifiers.org/idot/eq7">
<comment xmlns="http://www.w3.org/2000/01/rdf-schema#">Get full description of namespace</comment>
</rdf:Description>

<rdf:Description rdf:about="http://identifiers.org/idot/eq2">
<comment xmlns="http://www.w3.org/2000/01/rdf-schema#">Reverse resolution using owl:sameAs via our virtual triple store</comment>
<rdf:Description rdf:about="http://identifiers.org/idot/eq6">
<comment xmlns="http://www.w3.org/2000/01/rdf-schema#">Using DCAT to access registry</comment>
</rdf:Description>

<rdf:Description rdf:about="http://identifiers.org/idot/eq4">
<comment xmlns="http://www.w3.org/2000/01/rdf-schema#">List namespaces and their names</comment>
<rdf:Description rdf:about="http://identifiers.org/idot/eq3">
<comment xmlns="http://www.w3.org/2000/01/rdf-schema#">Usage of id:active subgraph to limit resolution</comment>
</rdf:Description>

<rdf:Description rdf:about="http://identifiers.org/idot/countryCode">
<comment xmlns="http://www.w3.org/2000/01/rdf-schema#">These are ISO 3166 Alpha-2 codes</comment>
</rdf:Description>

<rdf:Description rdf:about="http://identifiers.org/idot/deprecationStatement">
<comment xmlns="http://www.w3.org/2000/01/rdf-schema#" xml:lang="en">Short explanation on what cause the resource to become deprecated</comment>
<rdf:Description rdf:about="http://identifiers.org/idot/eq5">
<comment xmlns="http://www.w3.org/2000/01/rdf-schema#">List namespaces and their url patterns</comment>
</rdf:Description>

<rdf:Description rdf:about="http://identifiers.org/idot/deprecationOfflineDate">
<comment xmlns="http://www.w3.org/2000/01/rdf-schema#" xml:lang="en">Approximated date where the resource or namespace become became offline</comment>
</rdf:Description>

<rdf:Description rdf:about="http://identifiers.org/idot/eq6">
<comment xmlns="http://www.w3.org/2000/01/rdf-schema#">Using DCAT to access registry</comment>
<rdf:Description rdf:about="http://identifiers.org/idot/eq4">
<comment xmlns="http://www.w3.org/2000/01/rdf-schema#">List namespaces and their names</comment>
</rdf:Description>

<rdf:Description rdf:about="http://identifiers.org/idot/authHelpDescription">
<comment xmlns="http://www.w3.org/2000/01/rdf-schema#" xml:lang="en">Brief description on how to authenticate to access resource</comment>
</rdf:Description>

<rdf:Description rdf:about="http://identifiers.org/idot/authHelpUrl">
<comment xmlns="http://www.w3.org/2000/01/rdf-schema#" xml:lang="en">URL with more information on how to authenticate to access resource</comment>
<rdf:Description rdf:about="http://identifiers.org/idot/eq2">
<comment xmlns="http://www.w3.org/2000/01/rdf-schema#">Reverse resolution using owl:sameAs via our virtual triple store</comment>
</rdf:Description>

<rdf:Description rdf:about="http://identifiers.org/idot/eq3">
<comment xmlns="http://www.w3.org/2000/01/rdf-schema#">Usage of id:active subgraph to limit resolution</comment>
<rdf:Description rdf:about="http://identifiers.org/idot/authHelpUrl">
<comment xmlns="http://www.w3.org/2000/01/rdf-schema#" xml:lang="en">URL with more information on how to authenticate to access resource</comment>
</rdf:Description>

<rdf:Description rdf:about="http://identifiers.org/ec-code">
Expand Down Expand Up @@ -107110,42 +107110,42 @@ LIMIT 10</select>
<label xmlns="http://www.w3.org/2000/01/rdf-schema#">Golm Metabolome Database</label>
</rdf:Description>

<rdf:Description rdf:about="http://identifiers.org/idot/prefix">
<label xmlns="http://www.w3.org/2000/01/rdf-schema#" xml:lang="en">Prefix</label>
</rdf:Description>

<rdf:Description rdf:about="http://identifiers.org/idot/countryCode">
<label xmlns="http://www.w3.org/2000/01/rdf-schema#" xml:lang="en">Country code</label>
</rdf:Description>

<rdf:Description rdf:about="http://identifiers.org/idot/Namespace">
<label xmlns="http://www.w3.org/2000/01/rdf-schema#" xml:lang="en">Identifiers.org Namespace</label>
<rdf:Description rdf:about="http://identifiers.org/idot/Resource">
<label xmlns="http://www.w3.org/2000/01/rdf-schema#" xml:lang="en">Identifiers.org Resource</label>
</rdf:Description>

<rdf:Description rdf:about="http://identifiers.org/idot/mirid">
<label xmlns="http://www.w3.org/2000/01/rdf-schema#" xml:lang="en">MIR ID</label>
<rdf:Description rdf:about="http://identifiers.org/idot/authHelpDescription">
<label xmlns="http://www.w3.org/2000/01/rdf-schema#" xml:lang="en">Authentication description</label>
</rdf:Description>

<rdf:Description rdf:about="http://identifiers.org/idot/urlPattern">
<label xmlns="http://www.w3.org/2000/01/rdf-schema#" xml:lang="en">URL Pattern</label>
</rdf:Description>

<rdf:Description rdf:about="http://identifiers.org/idot/prefix">
<label xmlns="http://www.w3.org/2000/01/rdf-schema#" xml:lang="en">Prefix</label>
</rdf:Description>

<rdf:Description rdf:about="http://identifiers.org/idot/luiPattern">
<label xmlns="http://www.w3.org/2000/01/rdf-schema#" xml:lang="en">Local ID pattern</label>
</rdf:Description>

<rdf:Description rdf:about="http://identifiers.org/idot/Resource">
<label xmlns="http://www.w3.org/2000/01/rdf-schema#" xml:lang="en">Identifiers.org Resource</label>
<rdf:Description rdf:about="http://identifiers.org/idot/authHelpUrl">
<label xmlns="http://www.w3.org/2000/01/rdf-schema#" xml:lang="en">Authentication Description URL</label>
</rdf:Description>

<rdf:Description rdf:about="http://identifiers.org/idot/authHelpDescription">
<label xmlns="http://www.w3.org/2000/01/rdf-schema#" xml:lang="en">Authentication description</label>
<rdf:Description rdf:about="http://identifiers.org/idot/deprecationDate">
<label xmlns="http://www.w3.org/2000/01/rdf-schema#" xml:lang="en">Date of deprecation</label>
</rdf:Description>

<rdf:Description rdf:about="http://identifiers.org/idot/sampleID">
<label xmlns="http://www.w3.org/2000/01/rdf-schema#" xml:lang="en">Sample ID</label>
</rdf:Description>

<rdf:Description rdf:about="http://identifiers.org/idot/luiPattern">
<label xmlns="http://www.w3.org/2000/01/rdf-schema#" xml:lang="en">Local ID pattern</label>
</rdf:Description>

<rdf:Description rdf:about="http://identifiers.org/idot/deprecationStatement">
<label xmlns="http://www.w3.org/2000/01/rdf-schema#" xml:lang="en">Deprecation statement</label>
</rdf:Description>
Expand All @@ -107154,12 +107154,12 @@ LIMIT 10</select>
<label xmlns="http://www.w3.org/2000/01/rdf-schema#" xml:lang="en">Provider code</label>
</rdf:Description>

<rdf:Description rdf:about="http://identifiers.org/idot/deprecationDate">
<label xmlns="http://www.w3.org/2000/01/rdf-schema#" xml:lang="en">Date of deprecation</label>
<rdf:Description rdf:about="http://identifiers.org/idot/mirid">
<label xmlns="http://www.w3.org/2000/01/rdf-schema#" xml:lang="en">MIR ID</label>
</rdf:Description>

<rdf:Description rdf:about="http://identifiers.org/idot/authHelpUrl">
<label xmlns="http://www.w3.org/2000/01/rdf-schema#" xml:lang="en">Authentication Description URL</label>
<rdf:Description rdf:about="http://identifiers.org/idot/Namespace">
<label xmlns="http://www.w3.org/2000/01/rdf-schema#" xml:lang="en">Identifiers.org Namespace</label>
</rdf:Description>

<rdf:Description rdf:about="http://identifiers.org/moid">
Expand Down

0 comments on commit cf3e4a6

Please sign in to comment.