Last active
August 23, 2017 15:52
-
-
Save yayamamo/a69bbed5d15238a1ba3c1f6c3863fa59 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<http://purl.org/allie/id/longform/1528191> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/allie/ontology/201108#LongForm> . | |
<http://purl.org/allie/id/longform/1528191> <http://www.w3.org/2000/01/rdf-schema#label> "specific pathogen-free"@en . | |
<http://purl.org/allie/id/longform/1528191> <http://www.w3.org/2000/01/rdf-schema#label> "特定病原体除去"@ja . | |
<http://purl.org/allie/id/longform/1528191> <http://www.w3.org/2002/07/owl#sameAs> <http://dbpedia.org/resource/Specific_Pathogen_Free> . | |
<http://purl.org/allie/id/longform/1528191> <http://www.w3.org/2002/07/owl#sameAs> <http://dbpedia.org/resource/Specific_pathogen_free> . | |
<http://purl.org/allie/id/longform/1528191> <http://purl.org/allie/ontology/201108#frequency> "474" . | |
<http://purl.org/allie/id/pair/1547869> <http://purl.org/allie/ontology/201108#hasLongFormOf> <http://purl.org/allie/id/longform/1528191> . | |
<http://purl.org/allie/id/pair/1943614> <http://purl.org/allie/ontology/201108#hasLongFormOf> <http://purl.org/allie/id/longform/1528191> . | |
<http://purl.org/allie/id/pair/1955119> <http://purl.org/allie/ontology/201108#hasLongFormOf> <http://purl.org/allie/id/longform/1528191> . | |
_:B9b3a23a3fd177376f3fa853274e54b80 <http://purl.org/allie/ontology/201108#hasLongFormRepresentationOf> <http://purl.org/allie/id/longform/1528191> . |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | |
@prefix ns1: <http://purl.org/allie/ontology/201108#> . | |
<http://purl.org/allie/id/longform/1528191> rdf:type ns1:LongForm . | |
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | |
<http://purl.org/allie/id/longform/1528191> rdfs:label "specific pathogen-free"@en , | |
"\u7279\u5B9A\u75C5\u539F\u4F53\u9664\u53BB"@ja . | |
@prefix owl: <http://www.w3.org/2002/07/owl#> . | |
@prefix dbpedia: <http://dbpedia.org/resource/> . | |
<http://purl.org/allie/id/longform/1528191> owl:sameAs dbpedia:Specific_Pathogen_Free , | |
dbpedia:Specific_pathogen_free ; | |
ns1:frequency "474" . | |
<http://purl.org/allie/id/pair/1547869> ns1:hasLongFormOf <http://purl.org/allie/id/longform/1528191> . | |
<http://purl.org/allie/id/pair/1943614> ns1:hasLongFormOf <http://purl.org/allie/id/longform/1528191> . | |
<http://purl.org/allie/id/pair/1955119> ns1:hasLongFormOf <http://purl.org/allie/id/longform/1528191> . | |
_:b2100172 ns1:hasLongFormRepresentationOf <http://purl.org/allie/id/longform/1528191> . |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8" ?> | |
<rdf:RDF | |
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" | |
xmlns:owl="http://www.w3.org/2002/07/owl#" | |
xmlns:ns3="http://purl.org/allie/ontology/201108#" > | |
<rdf:Description rdf:about="http://purl.org/allie/id/longform/1528191"> | |
<rdf:type rdf:resource="http://purl.org/allie/ontology/201108#LongForm" /> | |
<rdfs:label xml:lang="en">specific pathogen-free</rdfs:label> | |
<rdfs:label xml:lang="ja">特定病原体除去</rdfs:label> | |
<owl:sameAs rdf:resource="http://dbpedia.org/resource/Specific_Pathogen_Free" /> | |
<owl:sameAs rdf:resource="http://dbpedia.org/resource/Specific_pathogen_free" /> | |
<ns3:frequency>474</ns3:frequency> | |
</rdf:Description> | |
<rdf:Description rdf:about="http://purl.org/allie/id/pair/1547869"> | |
<ns3:hasLongFormOf rdf:resource="http://purl.org/allie/id/longform/1528191" /> | |
</rdf:Description> | |
<rdf:Description rdf:about="http://purl.org/allie/id/pair/1943614"> | |
<ns3:hasLongFormOf rdf:resource="http://purl.org/allie/id/longform/1528191" /> | |
</rdf:Description> | |
<rdf:Description rdf:about="http://purl.org/allie/id/pair/1955119"> | |
<ns3:hasLongFormOf rdf:resource="http://purl.org/allie/id/longform/1528191" /> | |
</rdf:Description> | |
<rdf:Description rdf:nodeID="b2100172"> | |
<ns3:hasLongFormRepresentationOf rdf:resource="http://purl.org/allie/id/longform/1528191" /> | |
</rdf:Description> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ "@graph": [ | |
{ "@id": "http://purl.org/allie/id/longform/1528191", | |
"@type" : [ "http://purl.org/allie/ontology/201108#LongForm" ] , | |
adfasfaslk;jfas;lkjfaskjfas;kljfa;ls { "@value" : "\u7279\u5B9A\u75C5\u539F\u4F53\u9664\u53BB" , "@language" : "ja" } ] , | |
"http://www.w3.org/2002/07/owl#sameAs" : [ { "@id": "http://dbpedia.org/resource/Specific_Pathogen_Free"} , | |
{ "@id": "http://dbpedia.org/resource/Specific_pathogen_free"} ] , | |
"http://purl.org/allie/ontology/201108#frequency" : [ { "@value" : "474" } ] } , | |
{ "@id": "http://purl.org/allie/id/pair/1547869", | |
"http://purl.org/allie/ontology/201108#hasLongFormOf" : [ { "@id": "http://purl.org/allie/id/longform/1528191"} ] } , | |
{ "@id": "http://purl.org/allie/id/pair/1943614", | |
"http://purl.org/allie/ontology/201108#hasLongFormOf" : [ { "@id": "http://purl.org/allie/id/longform/1528191"} ] } , | |
{ "@id": "http://purl.org/allie/id/pair/1955119", | |
"http://purl.org/allie/ontology/201108#hasLongFormOf" : [ { "@id": "http://purl.org/allie/id/longform/1528191"} ] } , | |
{ "@id": "_:vb2100172", | |
"http://purl.org/allie/ontology/201108#hasLongFormRepresentationOf" : [ { "@id": "http://purl.org/allie/id/longform/1528191"} ] } | |
] } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@graph" : [ { | |
"@id" : "_:b0", | |
"hasLongFormRepresentationOf" : "http://purl.org/allie/id/longform/1528191" | |
}, { | |
"@id" : "http://purl.org/allie/id/longform/1528191", | |
"@type" : "ns1:LongForm", | |
"frequency" : "474", | |
"label" : [ { | |
"@language" : "ja", | |
"@value" : "特定病原体除去" | |
}, { | |
"@language" : "en", | |
"@value" : "specific pathogen-free" | |
} ], | |
"sameAs" : [ "dbpedia:Specific_pathogen_free", "dbpedia:Specific_Pathogen_Free" ] | |
}, { | |
"@id" : "http://purl.org/allie/id/pair/1547869", | |
"hasLongFormOf" : "http://purl.org/allie/id/longform/1528191" | |
}, { | |
"@id" : "http://purl.org/allie/id/pair/1943614", | |
"hasLongFormOf" : "http://purl.org/allie/id/longform/1528191" | |
}, { | |
"@id" : "http://purl.org/allie/id/pair/1955119", | |
"hasLongFormOf" : "http://purl.org/allie/id/longform/1528191" | |
} ], | |
"@context" : { | |
"frequency" : "http://purl.org/allie/ontology/201108#frequency", | |
"sameAs" : { | |
"@id" : "http://www.w3.org/2002/07/owl#sameAs", | |
"@type" : "@id" | |
}, | |
"label" : "http://www.w3.org/2000/01/rdf-schema#label", | |
"hasLongFormOf" : { | |
"@id" : "http://purl.org/allie/ontology/201108#hasLongFormOf", | |
"@type" : "@id" | |
}, | |
"hasLongFormRepresentationOf" : { | |
"@id" : "http://purl.org/allie/ontology/201108#hasLongFormRepresentationOf", | |
"@type" : "@id" | |
}, | |
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#", | |
"owl" : "http://www.w3.org/2002/07/owl#", | |
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#", | |
"dbpedia" : "http://dbpedia.org/resource/", | |
"ns1" : "http://purl.org/allie/ontology/201108#" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment