You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by si...@apache.org on 2012/05/08 13:57:58 UTC

svn commit: r1335443 - in /incubator/any23/trunk/core/src/test/resources: application/rdfn3/ application/turtle/ microdata/ rdf/

Author: simonetripodi
Date: Tue May  8 11:57:57 2012
New Revision: 1335443

URL: http://svn.apache.org/viewvc?rev=1335443&view=rev
Log:
added missing license headers

Modified:
    incubator/any23/trunk/core/src/test/resources/application/rdfn3/test1
    incubator/any23/trunk/core/src/test/resources/application/rdfn3/test2
    incubator/any23/trunk/core/src/test/resources/application/rdfn3/test3
    incubator/any23/trunk/core/src/test/resources/application/turtle/geolinkeddata.ttl
    incubator/any23/trunk/core/src/test/resources/application/turtle/test1
    incubator/any23/trunk/core/src/test/resources/application/turtle/test2
    incubator/any23/trunk/core/src/test/resources/application/turtle/test3
    incubator/any23/trunk/core/src/test/resources/microdata/5.2.1-non-normative-example-1-expected.nquads
    incubator/any23/trunk/core/src/test/resources/microdata/5.2.1-non-normative-example-2-expected.nquads
    incubator/any23/trunk/core/src/test/resources/microdata/microdata-nested-expected.nquads
    incubator/any23/trunk/core/src/test/resources/microdata/microdata-richsnippet-expected.nquads
    incubator/any23/trunk/core/src/test/resources/microdata/schemaorg-example-1-expected.nquads
    incubator/any23/trunk/core/src/test/resources/microdata/schemaorg-example-2-expected.nquads
    incubator/any23/trunk/core/src/test/resources/rdf/rdf-issue183.ttl

Modified: incubator/any23/trunk/core/src/test/resources/application/rdfn3/test1
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/test/resources/application/rdfn3/test1?rev=1335443&r1=1335442&r2=1335443&view=diff
==============================================================================
--- incubator/any23/trunk/core/src/test/resources/application/rdfn3/test1 (original)
+++ incubator/any23/trunk/core/src/test/resources/application/rdfn3/test1 Tue May  8 11:57:57 2012
@@ -1,3 +1,20 @@
+#
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+#
+
 <file:///home/juergen/code/java/cotypre/files/rdfn3/../rdfxml/test1#books> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://www.gutenberg.org/feeds/catalog.rdf.zip> .
 <file:///home/juergen/code/java/cotypre/files/rdfn3/../rdfxml/test1#blogs> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://harry.hchen1.com/index.php?sioc_type=site> .
 <file:///home/juergen/code/java/cotypre/files/rdfn3/../rdfxml/test1#blogs> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://fgiasson.com/blog/index.php?sioc_type=site> .

Modified: incubator/any23/trunk/core/src/test/resources/application/rdfn3/test2
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/test/resources/application/rdfn3/test2?rev=1335443&r1=1335442&r2=1335443&view=diff
==============================================================================
--- incubator/any23/trunk/core/src/test/resources/application/rdfn3/test2 (original)
+++ incubator/any23/trunk/core/src/test/resources/application/rdfn3/test2 Tue May  8 11:57:57 2012
@@ -1,3 +1,20 @@
+#
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+#
+
 <file:///home/juergen/code/java/cotypre/files/rdfn3/../rdfxml/test2#J\u00FCrgen_Umbrich> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
 <file:///home/juergen/code/java/cotypre/files/rdfn3/../rdfxml/test2#J\u00FCrgen_Umbrich> <http://xmlns.com/foaf/0.1/name> "J\u00FCrgen Umbrich" .
 <file:///home/juergen/code/java/cotypre/files/rdfn3/../rdfxml/test2#J\u00FCrgen_Umbrich> <http://xmlns.com/foaf/0.1/gender> "Male" .

Modified: incubator/any23/trunk/core/src/test/resources/application/rdfn3/test3
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/test/resources/application/rdfn3/test3?rev=1335443&r1=1335442&r2=1335443&view=diff
==============================================================================
--- incubator/any23/trunk/core/src/test/resources/application/rdfn3/test3 (original)
+++ incubator/any23/trunk/core/src/test/resources/application/rdfn3/test3 Tue May  8 11:57:57 2012
@@ -1,3 +1,20 @@
+#
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+#
+
 <file:///home/juergen/code/java/cotypre/files/rdfn3/../rdfxml/test3#J\u00FCrgen_Umbrich> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
 <file:///home/juergen/code/java/cotypre/files/rdfn3/../rdfxml/test3#J\u00FCrgen_Umbrich> <http://xmlns.com/foaf/0.1/name> "J\u00FCrgen Umbrich" .
 <file:///home/juergen/code/java/cotypre/files/rdfn3/../rdfxml/test3#J\u00FCrgen_Umbrich> <http://xmlns.com/foaf/0.1/gender> "Male" .

Modified: incubator/any23/trunk/core/src/test/resources/application/turtle/geolinkeddata.ttl
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/test/resources/application/turtle/geolinkeddata.ttl?rev=1335443&r1=1335442&r2=1335443&view=diff
==============================================================================
--- incubator/any23/trunk/core/src/test/resources/application/turtle/geolinkeddata.ttl (original)
+++ incubator/any23/trunk/core/src/test/resources/application/turtle/geolinkeddata.ttl Tue May  8 11:57:57 2012
@@ -1,3 +1,20 @@
+#
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+#
+
 @prefix dc:      <http://purl.org/dc/elements/1.1/> .
 @prefix prv:     <http://purl.org/net/provenance/ns#> .
 @prefix geo:     <http://www.w3.org/2003/01/geo/wgs84_pos#> .

Modified: incubator/any23/trunk/core/src/test/resources/application/turtle/test1
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/test/resources/application/turtle/test1?rev=1335443&r1=1335442&r2=1335443&view=diff
==============================================================================
--- incubator/any23/trunk/core/src/test/resources/application/turtle/test1 (original)
+++ incubator/any23/trunk/core/src/test/resources/application/turtle/test1 Tue May  8 11:57:57 2012
@@ -1,3 +1,20 @@
+#
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+#
+
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 @prefix foaf: <http://xmlns.com/foaf/0.1/> .

Modified: incubator/any23/trunk/core/src/test/resources/application/turtle/test2
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/test/resources/application/turtle/test2?rev=1335443&r1=1335442&r2=1335443&view=diff
==============================================================================
--- incubator/any23/trunk/core/src/test/resources/application/turtle/test2 (original)
+++ incubator/any23/trunk/core/src/test/resources/application/turtle/test2 Tue May  8 11:57:57 2012
@@ -1,3 +1,20 @@
+#
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+#
+
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 @prefix foaf: <http://xmlns.com/foaf/0.1/> .

Modified: incubator/any23/trunk/core/src/test/resources/application/turtle/test3
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/test/resources/application/turtle/test3?rev=1335443&r1=1335442&r2=1335443&view=diff
==============================================================================
--- incubator/any23/trunk/core/src/test/resources/application/turtle/test3 (original)
+++ incubator/any23/trunk/core/src/test/resources/application/turtle/test3 Tue May  8 11:57:57 2012
@@ -1,3 +1,20 @@
+#
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+#
+
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
 @prefix foaf: <http://xmlns.com/foaf/0.1/> .

Modified: incubator/any23/trunk/core/src/test/resources/microdata/5.2.1-non-normative-example-1-expected.nquads
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/test/resources/microdata/5.2.1-non-normative-example-1-expected.nquads?rev=1335443&r1=1335442&r2=1335443&view=diff
==============================================================================
--- incubator/any23/trunk/core/src/test/resources/microdata/5.2.1-non-normative-example-1-expected.nquads (original)
+++ incubator/any23/trunk/core/src/test/resources/microdata/5.2.1-non-normative-example-1-expected.nquads Tue May  8 11:57:57 2012
@@ -1,3 +1,20 @@
+#
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+#
+
 <http://books.example.com/works/45U8QJGZSQKDH8N> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/vocab/frbr/core#Work> <http://bob.example.com/> .
 <http://books.example.com/works/45U8QJGZSQKDH8N> <http://purl.org/dc/elements/1.1/creator> "Wil Wheaton" <http://bob.example.com/> .
 <http://books.example.com/works/45U8QJGZSQKDH8N> <http://purl.org/dc/terms/title> "Just a Geek" <http://bob.example.com/> .

Modified: incubator/any23/trunk/core/src/test/resources/microdata/5.2.1-non-normative-example-2-expected.nquads
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/test/resources/microdata/5.2.1-non-normative-example-2-expected.nquads?rev=1335443&r1=1335442&r2=1335443&view=diff
==============================================================================
--- incubator/any23/trunk/core/src/test/resources/microdata/5.2.1-non-normative-example-2-expected.nquads (original)
+++ incubator/any23/trunk/core/src/test/resources/microdata/5.2.1-non-normative-example-2-expected.nquads Tue May  8 11:57:57 2012
@@ -1,3 +1,20 @@
+#
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+#
+
 <http://bob.example.com/> <http://www.w3.org/1999/xhtml/microdata#item> _:node161nd8236x293102 <http://bob.example.com/> .
 <http://bob.example.com/> <http://www.w3.org/1999/xhtml/microdata#item> _:node161nd8236x293103 <http://bob.example.com/> .
 _:node161nd8236x293102 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://microformats.org/profile/hcard> <http://bob.example.com/> .

Modified: incubator/any23/trunk/core/src/test/resources/microdata/microdata-nested-expected.nquads
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/test/resources/microdata/microdata-nested-expected.nquads?rev=1335443&r1=1335442&r2=1335443&view=diff
==============================================================================
--- incubator/any23/trunk/core/src/test/resources/microdata/microdata-nested-expected.nquads (original)
+++ incubator/any23/trunk/core/src/test/resources/microdata/microdata-nested-expected.nquads Tue May  8 11:57:57 2012
@@ -1,3 +1,20 @@
+#
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+#
+
 _:node3e103839c5eaa86c975e26a96157bf2 <http://rdf.data-vocabulary.org/name> "Jazz Band" <http://bob.example.com/> .
 _:node3e103839c5eaa86c975e26a96157bf2 <http://rdf.data-vocabulary.org/size> "12" <http://bob.example.com/> .
 _:node70664686c06639b5211a24a9cf34f99 <http://rdf.data-vocabulary.org/band> _:node3e103839c5eaa86c975e26a96157bf2 <http://bob.example.com/> .

Modified: incubator/any23/trunk/core/src/test/resources/microdata/microdata-richsnippet-expected.nquads
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/test/resources/microdata/microdata-richsnippet-expected.nquads?rev=1335443&r1=1335442&r2=1335443&view=diff
==============================================================================
--- incubator/any23/trunk/core/src/test/resources/microdata/microdata-richsnippet-expected.nquads (original)
+++ incubator/any23/trunk/core/src/test/resources/microdata/microdata-richsnippet-expected.nquads Tue May  8 11:57:57 2012
@@ -1,3 +1,20 @@
+#
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+#
+
 _:nodee6ae2861b16a51a6519079d82c13763 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://data-vocabulary.org/Person> <http://bob.example.com/> .
 _:nodee6ae2861b16a51a6519079d82c13763 <http://data-vocabulary.org/Person/title> "graduate research assistant" <http://bob.example.com/> .
 _:nodee6ae2861b16a51a6519079d82c13763 <http://data-vocabulary.org/Person/nickname> "Johnny" <http://bob.example.com/> .

Modified: incubator/any23/trunk/core/src/test/resources/microdata/schemaorg-example-1-expected.nquads
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/test/resources/microdata/schemaorg-example-1-expected.nquads?rev=1335443&r1=1335442&r2=1335443&view=diff
==============================================================================
--- incubator/any23/trunk/core/src/test/resources/microdata/schemaorg-example-1-expected.nquads (original)
+++ incubator/any23/trunk/core/src/test/resources/microdata/schemaorg-example-1-expected.nquads Tue May  8 11:57:57 2012
@@ -1,3 +1,20 @@
+#
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+#
+
 _:node86af95e129f7381bd44dceb4ff02b7e <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/AudioObject> <http://bob.example.com/> .
 _:node86af95e129f7381bd44dceb4ff02b7e <http://schema.org/AudioObject/duration> "T0M15S" <http://bob.example.com/> .
 _:node86af95e129f7381bd44dceb4ff02b7e <http://schema.org/AudioObject/description> "Recorded on a terrace of Girona a sunday morning" <http://bob.example.com/> .

Modified: incubator/any23/trunk/core/src/test/resources/microdata/schemaorg-example-2-expected.nquads
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/test/resources/microdata/schemaorg-example-2-expected.nquads?rev=1335443&r1=1335442&r2=1335443&view=diff
==============================================================================
--- incubator/any23/trunk/core/src/test/resources/microdata/schemaorg-example-2-expected.nquads (original)
+++ incubator/any23/trunk/core/src/test/resources/microdata/schemaorg-example-2-expected.nquads Tue May  8 11:57:57 2012
@@ -1,3 +1,20 @@
+#
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+#
+
 _:node8b30931f1dde708283dc52546c5572a6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Product> <http://bob.example.com/> .
 _:node8b30931f1dde708283dc52546c5572a6 <http://schema.org/Product/price> "$55,000.00" <http://bob.example.com/> .
 _:node8b30931f1dde708283dc52546c5572a6 <http://schema.org/Product/description> "2010 Dodge Challenger SRT8 Limited EditionBright Silver Metallic with Dark Slate Gray Leather Interior6.1 Liter (370 CI) V8 SRT HEMI Engine6 Speed Manual Transmission with 3:92 Rear Axle Ratio (DEC, Track Pak)" <http://bob.example.com/> .

Modified: incubator/any23/trunk/core/src/test/resources/rdf/rdf-issue183.ttl
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/core/src/test/resources/rdf/rdf-issue183.ttl?rev=1335443&r1=1335442&r2=1335443&view=diff
==============================================================================
--- incubator/any23/trunk/core/src/test/resources/rdf/rdf-issue183.ttl (original)
+++ incubator/any23/trunk/core/src/test/resources/rdf/rdf-issue183.ttl Tue May  8 11:57:57 2012
@@ -1,3 +1,20 @@
+#
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+#
+
 @prefix foaf:   <http://xmlns.com/foaf/0.1/> .
 @prefix ns1:    <http://199.204.218.139/resource/image/> .
 @prefix ns2:    <http://199.204.218.139/resource/MD/> .