Skip to content

Commit 7fd5106

Browse files
authored
Merge pull request #580 from LiFE-124C41/add/valiv-super-battle-suit-clothes
add: 衣装スーパーバトルスーツを追加
2 parents 3eb1d80 + a9371eb commit 7fd5106

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

RDFs/Clothes/VaLiv.rdf

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<rdf:RDF
2+
xmlns:schema="http://schema.org/"
3+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
4+
xmlns:foaf="http://xmlns.com/foaf/0.1/"
5+
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
6+
xmlns:imas="https://sparql.crssnky.xyz/imasrdf/URIs/imas-schema.ttl#"
7+
xml:base="https://sparql.crssnky.xyz/imasrdf/RDFs/detail/"
8+
>
9+
<rdf:Description rdf:about="Super_Battle_Suit">
10+
<schema:name xml:lang="ja">スーパーバトルスーツ</schema:name>
11+
<rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string">スーパーバトルスーツ</rdfs:label>
12+
<imas:Whose rdf:resource="Tomori_Manaka"/>
13+
<imas:Whose rdf:resource="Kamizuru_Cosmo"/>
14+
<imas:Whose rdf:resource="Sara_Letora_Oliveira_Utagawa"/>
15+
<rdf:type rdf:resource="https://sparql.crssnky.xyz/imasrdf/URIs/imas-schema.ttl#Clothes"/>
16+
</rdf:Description>
17+
</rdf:RDF>

0 commit comments

Comments
 (0)